Click or drag to resize

PublishSipIfMatch Property

Gets or sets SIP-If-Match header field. The SIP-If-Match header field identifying the specific event state that the request is refreshing, modifying or removing. This header field must contain a single entity-tag that was returned by the response in the SIP-ETag header field of the response to a previous publication. An initial PUBLISH request must not contain a SIP-If-Match header field.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string SipIfMatch { get; set; }

Property Value

Type: String
See Also